Welcome![Sign In][Sign Up]
Location:
Search - can driver

Search list

[Embeded Linuxs3c44b0xfb

Description: uclinux上的frame buffer driver for s3c44b0x LCD(16级灰度),如果想要256色彩屏的也可以找我要-Basis of frame buffer driver for s3c44b0x LCD (Gray 16), if you want the 256 color screen can also find I
Platform: | Size: 6144 | Author: 郭勇军 | Hits:

[Driver DevelopPCI驱动实例

Description: PCI驱动代码实例,可以直接添加自己的用户程序完成完整的基于PCI传输的软件设计-PCI driver code examples, and can directly add their own customers complete the whole process based on the PCI transmission software design! !
Platform: | Size: 32768 | Author: 许儒泉 | Hits:

[uCOSa3c123

Description: ucos下can的一个驱动及测试程序-CENTER can under the driver and a test procedure
Platform: | Size: 2027520 | Author: 润东 | Hits:

[ARM-PowerPC-ColdFire-MIPStlc2543-DRIVER

Description: TLC2543 12BIT SERIAL DRIVER CAN BE APPLIED TO ANY EMBEDDED SYSTEM.
Platform: | Size: 1024 | Author: 张磊 | Hits:

[Driver Develop自动安装驱动程序

Description: 驱动程序自动安装程序!! 不需要手工依靠“inf”文件安装驱动程序! 提供整体框架,用户可以自由修改-driver installation procedure automatically! ! No need to rely on manual "inf" documents install the driver! Provide the overall framework, users can modify
Platform: | Size: 56320 | Author: 明远 | Hits:

[Driver Developpci驱动

Description: PCI硬件的驱动程序范例,可以根据该架构编写自己的PCI驱动程序-PCI hardware drivers for example, can be prepared under the framework of PCI Driver
Platform: | Size: 32768 | Author: 明远 | Hits:

[SCM240x128液晶T6963控制器驱动程序(C51)

Description: 240x128液晶T6963控制器驱动程序(C51)。功能较强,可实现反显,画图画直线等功能-128 T6963 LCD controller driver (C51). More powerful, can achieve significant anti-painted picture linear functions
Platform: | Size: 3072 | Author: | Hits:

[DocumentsMAX3100

Description: 这是max的3100芯片资料,各位可以看看,也是一个异步收发器-This is the 3100 chip, you can see, is an asynchronous Transceivers
Platform: | Size: 302080 | Author: 胡茂海 | Hits:

[Software EngineeringWindows文件系统过滤驱动开发教程

Description: 我经常在网上碰到同行请求开发文件系统驱动。windows的pc机上以过滤驱动居多。其目的不外乎有以下几种: 一是用于防病毒引擎。希望在系统读写文件的时候,捕获读写的数据内容,然后检测其中是否含有病毒代码。 二是用于加密文件系统,希望在文件写过程中对数据进行加密,在读的过程中进行解密。 三是设计透明的文件系统加速。读写磁盘的时候,合适的cache算法是可以大大提高磁盘的工作效率。windows本身的cache算法未必适合一些特殊的读写磁盘操作(如流媒体服务器上读流媒体文件)。设计自己的cache算法的效果,我已在工作中有所感受。 如果你刚好有以上此类的要求,你可以阅读本教程。-I often encounter online request peer file system driver development. Windows on the pc-driven mostly to filter. Its goal : There are several : First, for the anti-virus engine. Hope for writing the document, read and write data capture, which then detected the presence of the virus code. Two documents for encryption systems in the hope that the process of writing papers for data encryption, in the course of time deciphering. Three is to design a transparent file system accelerated. The disk read and write when appropriate cache algorithm can greatly improve the efficiency of disk. Windows itself to the cache algorithm may not be suitable for some special disk read and write operations (such as streaming media server time streaming media). The cache design algorithm results, I have some wo
Platform: | Size: 18432 | Author: 仇韬 | Hits:

[Driver Developfpfilter

Description: FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition. - FPFilter is a sample disk filter driver that demonstrates how a disk failure prediction filter driver could be implemented. A failure prediction filter driver can predict when a disk may fail and notify the disk driver stack of this condition.
Platform: | Size: 9216 | Author: 真姓名 | Hits:

[Driver Developcan_drv1

Description: can口驱动程序!包括硬件的基本配置文件,驱动程序的头文件。can口的应用层程序。-Driver! The basic hardware configuration files, drivers of the headers. I can process the application layer.
Platform: | Size: 4096 | Author: 戴开云 | Hits:

[Windows Developusb驱动源码

Description: USB驱动开发的例子,可以有效的实现对USB口的支持,对于初学者是个很好的例子-USB Driver Development example, can effectively achieve the USB support, for a newcomer, is a very good example
Platform: | Size: 30720 | Author: 薛全 | Hits:

[Driver Developcopier_src

Description: 说明: 需要安装ddk2k ddkxp才可以编译运行. 虚拟打印机驱动程序-Note : the need to install ddk2k ddkxp compiler can run. Virtual Printer Driver
Platform: | Size: 5120 | Author: Tony | Hits:

[Internet-Networkndis驱动程序代码

Description: 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\programs\NTDDK \src\network\ ndis\packet目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : \ programs \ NTDDK \ src \ network \ NDIS \ packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the control can also compile directories under the driver Flooding testapp procedures and dynamic directory for testing drivers for the applications; that is to be
Platform: | Size: 22528 | Author: 陶钊 | Hits:

[USB developISP1582 MS FW

Description: USB 飞力浦固件开发源码:基本业务处理功能,完整开发文档,已编译通过-the USB source of Philips: the base function ,all empolder source code,can compile OK.
Platform: | Size: 83968 | Author: 唐 红 | Hits:

[Hook apicapword

Description: 通过Hook实现屏幕取词,虽然功能以前有人已经实现,但是,这段程序经过稳定性测试,可以进入商用,希望大家下载。-Introduction Capture words on screen with "Hook", which has already been realized, however this program has bben carefully tested and can be adopted in commercial use. Welcome to download!
Platform: | Size: 84992 | Author: 黄河 | Hits:

[Driver Develop设备模拟SimulatorAndDriver

Description: 通过VC源代码,讲述了如何进行设置模拟的过程,喜好驱动开发的朋友可以-through VC source code, explains how to set up for the simulation process, preferences Driver Development friends can s
Platform: | Size: 983040 | Author: 杨俊杰 | Hits:

[Embeded LinuxFlexCan

Description: 基于MCF2812的FLEXCAN总线驱动程序-FLEXCAN Bus Driver
Platform: | Size: 5120 | Author: 程猛 | Hits:

[ARM-PowerPC-ColdFire-MIPSFS44B0X_USB

Description: fs44b0x_usb -- usb 测试程序 PC机部分的软件 1) LEDDEMO -- 控制 FS44B0X板上三个LED的程序 2) D12_DRIVER_FOR_WIN98 -- USB芯片WIN98的驱动程序 3) D12_DRIVER_FOR_WINXP -- USB芯片WINXP的驱动程序 FS44B0X板的USB固件程序--源代码 USB_DEMO 使用方法: 1)在SDT2.51里调入usb_demo.axf, 运行。 2)接上usb电缆,安装win98的d12驱动程序(或者winxp的d12驱动程序) 3) 运行 LEDDEMO ,用鼠标点击led1, led2, led3,可以看到FS44B0X板上三个LED亮灭。 -fs44b0x_usb-- usb test procedure part of the PC software 1) LEDDEM O-- FS44B0X control board three LED procedures 2) D12_DRIVER_FOR_W IN98-- USB chip Win98 driver 3) D12_DRIVER_FOR_WI NXP-- USB chip WINXP driver FS44B0X board USB firmware-- the source of generation code USB_DEMO Use : 1) In SDT2.51 Lane transferred usb_demo.axf running. 2) connected to the USB cable, win98 installation of the D12 driver (or the D12 winxp drivers) 3) Operation LEDD EMO with mouse clicks led1, led2, led3. FS44B0X can see three LED board-eliminate.
Platform: | Size: 219136 | Author: 张淼林 | Hits:

[VxWorks6个c文件

Description: 其中包括88796网卡驱动、mbmflash驱动、i2c接口的eeprom驱动、oki的ml9620can网卡驱动、扩展的串口驱动源代码。适用于moto的ppc8××系列在vxworks环境下。-Including the 88,796 card-driven, mbmflash driver, i2c EEPROM driver interface, oki the ml9620can card-driven, scalable serial driver source code. Moto for the ppc8 × × series in VxWorks environment.
Platform: | Size: 75776 | Author: 马华 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net